Remove stale search mode deprecation deadline - #130
Merged
georgeatparallel merged 3 commits intoAug 26, 2026
Merged
Conversation
georgeatparallel
marked this pull request as ready for review
July 16, 2026 20:41
zhengchaol
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Our Search warning says the old mode names stop working after June 2026, even though we still translate them to V1 modes. We want existing scripts to keep working while giving users accurate guidance on which names to use.
We replace the expired deadline with a warning that names the replacement mode. The mappings stay the same:
fastandone-shotbecomebasic, andagenticbecomesadvanced. We also listturbo,basic, andadvancedfirst in help and label the old names as deprecated aliases.Our tests now check the full warning text and cover
turboalongside the other native modes as a no-warning choice. They still check that aliases reach the SDK as V1 modes and that JSON output stays clean.Validation
Recorded validation:
uv run pytest tests/test_cli.py -k SearchDeprecationWarnings -q: 6 passed.uv run --frozen pytest tests/ -q: 778 passed.uv run --frozen ruff check parallel_web_tools/ tests/,uv run --frozen ruff format --check parallel_web_tools/ tests/,uv run --frozen tach check, anduv run --frozen ty check.